create wpf application without xaml
4448
02-Oct-2010
can we create WPF application using another language but not using XAML?
Uttam Misra
03-Oct-2010All you can do in XAML can also be done in code. XAML is just another way to create and initialize objects. You can use WPF without using XAML. It's up to you if you want to declare it in XAML or write it in code. Declare your UserInterface in XAML has some advantages: